﻿
/*會員等級說明*/
.big {
    clear: both;
}

@media (min-width: 1024px) {
    .big {
        padding: 0px 10px;
    }
}

.big a {
    color: #333;
}

.big a:hover {
    text-decoration: none;
}
/* 面包屑 */
.location ul {
    margin-bottom: 0px;
}

.location ul li {
    line-height: 40px;
    display: inline-block;
}

.content .right {
    width: 85%;
    float: left;
}

.content .right .welcome {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
}

.content .right .welcome ul li {
    line-height: 25px;
}

.content .right .welcome ul li a.type {
    font-weight: 500;
    color: red;
}

.content .right .news .valid b{
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.content .right .welcome .member {
    background-color: #e5e9e9;
    padding: 10px;
    width: 80%;
    margin-top: 10px;
}

    .member .membox {
        background: white;
        border-radius: 10px;
        padding: 10px 20px;
        margin-bottom: 5px;
    }

    .member .tips {
        padding: 0px 20px;
    }

.levelist {
    margin-bottom: 10px;
    position: relative;
    height: 34px;
}

    .levelist .levelitem {
        color: #d1b09f;
        position: absolute;
    }

        .levelist .levelitem:last-child,.levelist .levelitem:last-child span {
            left: auto !important;
            right: 0px;
        }

        .levelist .levelitem span {
            background: #858181;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            z-index: 1;
            position: absolute;
            bottom: -16px;
        }

        .levelist .levelitem.active {
            font-weight: bold;
            color: #333;
        }

            .levelist .levelitem.active span {
                background: white;
            }

@media only all and (max-width:1023px) {
    .main_head, .main_footer {
        display: none;
    }

    .location {
        display: none;
    }

    .content {
        padding: 0px;
    }

    .content .left {
        display: none;
    }

    .content .right {
        width: 100%;
    }

    .content .right .welcome .member .consumption {
        width: 96%;
    }

    .content .right .welcome .member {
        width: 100%;
    }

        .member .membox {
            padding: 10px;
        }

        .member .tips {
            padding: 0px 10px;
        }
}
